home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 May / PCWorld_2007-05_cd.bin / temacd / wiagra / setup.exe / {app} / libmcl-2.8.1b11.dll / RCDATA / TFRMDLGDEINT / TFRMDLGDEINT.txt
Text File  |  2003-07-03  |  2KB  |  89 lines

  1. object frmDlgDeint: TfrmDlgDeint
  2.   Left = 275
  3.   Top = 188
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 157
  6.   ClientWidth = 316
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object btnOK: TBitBtn
  16.     Left = 217
  17.     Top = 14
  18.     Width = 84
  19.     Height = 28
  20.     Caption = 'OK'
  21.     Default = True
  22.     Font.Charset = DEFAULT_CHARSET
  23.     Font.Color = clBlack
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ModalResult = 1
  28.     ParentFont = False
  29.     TabOrder = 0
  30.     NumGlyphs = 4
  31.   end
  32.   object btnCancel: TBitBtn
  33.     Left = 217
  34.     Top = 42
  35.     Width = 84
  36.     Height = 28
  37.     Cancel = True
  38.     Caption = 'Cancel'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clBlack
  41.     Font.Height = -11
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     ModalResult = 2
  45.     ParentFont = False
  46.     TabOrder = 1
  47.     NumGlyphs = 4
  48.   end
  49.   object GroupBox1: TGroupBox
  50.     Left = 13
  51.     Top = 8
  52.     Width = 182
  53.     Height = 133
  54.     TabOrder = 2
  55.     object Label1: TLabel
  56.       Left = 18
  57.       Top = 21
  58.       Width = 42
  59.       Height = 13
  60.       Caption = 'Eliminate'
  61.     end
  62.     object Label2: TLabel
  63.       Left = 18
  64.       Top = 76
  65.       Width = 95
  66.       Height = 13
  67.       Caption = 'Generate New Line:'
  68.     end
  69.     object lstEliminate: TComboBox
  70.       Left = 18
  71.       Top = 36
  72.       Width = 145
  73.       Height = 21
  74.       Style = csDropDownList
  75.       ItemHeight = 13
  76.       TabOrder = 0
  77.     end
  78.     object lstGenerate: TComboBox
  79.       Left = 18
  80.       Top = 91
  81.       Width = 145
  82.       Height = 21
  83.       Style = csDropDownList
  84.       ItemHeight = 13
  85.       TabOrder = 1
  86.     end
  87.   end
  88. end
  89.